Skip to main content

All Questions

14votes
3answers
69kviews

What are the differences between A* and greedy best-first search?

What are the differences between the A* algorithm and the greedy best-first search algorithm? Which one should I use? Which algorithm is the better one, and why?
Marosh Fatima's user avatar
6votes
1answer
11kviews

What is the difference between local search and global search algorithms?

What is the difference between local search and global (or complete) search algorithms?
Jayani Sumudini's user avatar

close